String name = mapping.getAttributeValue("type");
FileType type = getFileTypeByName(name);
if (type != null) {
removeAssociation(type, ext, false);
}
}
}
continue;
}
}
removeAssociation(type, ext, false);
}
}
}